home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Libraries / objects in c ƒ / Name Sources / names.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-01-20  |  225 b   |  12 lines  |  [TEXT/KAHL]

  1. /*
  2.  *    Lisp system class & generic function declarations
  3.  *            
  4.  *                                Copyright © John Wainwright, 1989
  5.  *
  6.  */
  7.  
  8. extern class      Binding;
  9. extern class    HashTable;
  10. extern class    NameSpace;
  11. extern class    Name;
  12. extern class    Symbol;